Core Location Monitor Classes

  • A RegionMonitor instance monitors a region for changes to its state (which indicate boundary transitions). A region can be either a geographical region or a Bluetooth low-energy beacon region.

    Note

    An authorization status of authorizedAlways is required.
    See more

    Declaration

    Swift

    public class RegionMonitor : BaseMonitor
  • A VisitMonitor instance monitors for locations that the user stops at for a “noteworthy” amount of time. This is considered to be a visit.

    Note

    An authorization status of authorizedAlways is required.
    See more

    Declaration

    Swift

    public class VisitMonitor : BaseMonitor